home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 27 / MacFormat n. 27 (Spain) / Mac Format 26.bin / Shareware / Comunicaciones / mtx2html 1.5.5 / mtxperl.txt < prev    next >
Encoding:
Text File  |  1997-01-19  |  3.4 KB  |  111 lines

  1. MTX2HTML Documentation
  2. Version 1.5.5 - January 18, 1997
  3.  
  4. What is it?
  5. ===========
  6.  
  7.   MTX2HTML is a Perl program that comes in two flavors, a MacPerl "droplet" and
  8.   a generic script in plain text.
  9.  
  10. What does it do?
  11. ================
  12.  
  13.   MTX2HTML converts MTX files into HTML pages.
  14.  
  15. What is MTX?
  16. ============
  17.  
  18.   MTX is a simplified markup used to design World Wide Web pages. Unlike
  19.   HTML, the MTX format is easy to learn and use. You can use any word processor
  20.   or text editor to create MTX files. MTX2HTML converts these files into HTML
  21.   pages in a matter of seconds.
  22.  
  23. Why use MTX?
  24. ============
  25.  
  26.   MTX is a powerful tool for creating World Wide Web documents. It has several
  27.   advantages over other approaches including: 
  28.  
  29.        Source files are easy to create and maintain 
  30.        No special editor or editing skills are needed 
  31.        Stylistic and functional elements are consistent across all documents 
  32.        Repetitive and complex tasks are automated 
  33.        Many high level functional components are available 
  34.  
  35.   You should consider using MTX if you need to: 
  36.  
  37.        Convert existing word processing documents into HTML 
  38.        Create and manage large collections of HTML documents 
  39.        Integrate HTML documents from several sources and authors 
  40.        Create interactive question banks with instructional feedback 
  41.        Create and distribute presentation slides for lectures 
  42.  
  43. Why Perl?
  44. =========
  45.  
  46.   Perl has three major strengths. It is (with a little effort) platform
  47.   independent, it is VERY fast, and it's FREE!.
  48.  
  49. How Do I Use MTX2HTML?
  50. ======================
  51.  
  52.   1) If you have MacPerl, use the "droplet" named "mtx2html". If you are
  53.   working under Windows or UNIX, use the script named "mtx2html.pl". (You
  54.   may have to convert the Mac end-of-line characters to match your OS.)
  55.  
  56.   2) Download and install the appropriate version of Perl from:
  57.  
  58.        ftp://ftp.cis.ufl.edu/pub/perl/CPAN/ports/
  59.  
  60.   3) Prepare your MTX files using the examples provided with this
  61.   distribution. Additional documentation is available at:
  62.  
  63.        http://www.med.ufl.edu/medinfo/mtx/docs/
  64.  
  65.   4) Run MTX2HTML on your files. With MacPerl simply "drag and drop" the files
  66.   on the MTX2HTML droplet. With MSDOS and UNIX type in a command similar to the
  67.   following:
  68.  
  69.        perl mtx2html.pl myfile.mtx
  70.  
  71.   5) View the newly created HTML files with you favorite browser.
  72.  
  73. Revision History
  74. ================
  75.  
  76. Version 1.5.5  January 1997
  77.     Added hidden movies (audio only), about and keyword meta info
  78. Version 1.5.4  January 1997
  79.     Added embedded movies, big, small, super, and subscript
  80. Version 1.5.3  October 1996
  81.     Minor changes and fixes
  82. Version 1.5.2  September 1996
  83.     Fixed parent quiz page links
  84. Version 1.5.1  September 1996
  85.     Fixed minor DTD problems
  86. Version 1.5  August 1996
  87.     New release
  88. Version 1.0.3  April 1996
  89.     Fixed several small bugs
  90.     Improved file/folder handling
  91. Version 1.0  April 1996
  92.     First Release
  93.  
  94. Author and Copyright
  95. ====================
  96.  
  97. MTX was developed by Richard Rathe, MD, Director of the Office of Medical
  98. Informatics for the College of Medicine at the University of Florida. The MTX
  99. format, documentation, and tools are Copyright 1995 and 1996 by Richard Rathe.
  100. MTX is available without charge for non-commercial use at:
  101.  
  102.   http://www.med.ufl.edu/medinfo/mtx/
  103.  
  104. All copyright and authorship notices must remain in place.
  105.  
  106. Questions, comments, or suggestions should be sent to:
  107.  
  108.   rrathe@dean.med.ufl.edu
  109.  
  110. Enjoy! RR
  111.